home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / BOOKS / BKSHELF.DIR / 00047.ls < prev    next >
Encoding:
Text File  |  1996-07-19  |  134 b   |  12 lines

  1. global paused
  2.  
  3. on exitFrame
  4.   if paused then
  5.     idle()
  6.     go(the frame)
  7.   else
  8.     waitTill(260)
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.